FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/preference-type-code

Packageca.on.oh.erec
Resource TypeCodeSystem
Idpreference-type-code
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ontariohealth.ca/fhir/CodeSystem/preference-type-code
URLhttp://ontariohealth.ca/fhir/CodeSystem/preference-type-code
Version1.0.0
Statusdraft
Date2023-05-29T15:55:06.3613088+00:00
NamePreferenceTypeCode
TitlePreference Type Code
Realmca
Authoritynational
DescriptionContains codes indicating the preference type
Contentcomplete

Resources that use this resource

ValueSet
preference-type-codePreference Type Code

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "preference-type-code",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/preference-type-code",
  "version": "1.0.0",
  "name": "PreferenceTypeCode",
  "title": "Preference Type Code",
  "status": "draft",
  "experimental": false,
  "date": "2023-05-29T15:55:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "Contains codes indicating the preference type",
  "content": "complete",
  "concept": [
    {
      "code": "preferred",
      "display": "Preferred"
    },
    {
      "code": "required",
      "display": "Required"
    },
    {
      "code": "excluded",
      "display": "Excluded"
    }
  ]
}